![]() |
PATH![]() |
![]() ![]() |
Your application can specify the sort order for displayed files by passing the
kNavCtlSortOrder
constant kNavCtlSortBy
in the
selector
parameter of the
NavCustomControl
function NavCustomControl
and passing one of the constants defined in the
NavSortOrder
data type in the
parms
parameter of the
NavCustomControl
function.
enum {
kNavSortAscending = 0,
kNavSortDescending = 1
};
typedef UInt16 NavSortOrder;
Previous | Back Up One Level | Next |